Expression Class

Represents expressions that are evaluated and the resulting value displayed.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Expression : Field
Inheritance
Object    Field    Expression

Constructors

Expression Initializes a new instance of the Expression class.

Properties

DisplayType Contains the display type of the field.
Formula Specifies the formula or expression used to compute the value of a field.
Style Specifies the data style to format a field value.
Type Specifies the value-type of a table cell,a text field, or a form property.
Value Specifies the current date value contained by a cell.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides FieldGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Inherited from Field)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Expression object to its equivalent string representation.
(Overrides ObjectToString)

See Also